Path: / {BASE} / users / {login} / password

Set the password for the given account

Path parameters:
login - the account to set the password for

Resource Methods
Method Summary
NameDescription
POST /{BASE}/users/{login}/passwordSet the password for the given account

Method Detail

POST /{BASE}/users/{login}/password

Set the password for the given account

HTTP Example:
POST /{BASE}/users/{login}/password
password=…
API Example:

UserManagementWebService.setUserPassword({'login': /* login the account to set the password for */,
  'password': /* passwd the new password */});

Output:
Response - 200 OK on success
Form parameters:
password - the new password
HTTP return codes:
404 - if no such account exists